Skip to content

Remove Meshes in favor of Makie recipes for visualization#155

Merged
maltezfaria merged 1 commit into
mainfrom
makie-recipe
Jun 9, 2026
Merged

Remove Meshes in favor of Makie recipes for visualization#155
maltezfaria merged 1 commit into
mainfrom
makie-recipe

Conversation

@maltezfaria

@maltezfaria maltezfaria commented Jun 7, 2026

Copy link
Copy Markdown
Member

Closes #97. Not perfect, but good enough to be merged. Still missing proper visualization of high order elements (at present they are converted to flat elements for visualization).

This can be considered breaking since it changes the way meshes are visualised, so we may want to bump the minor version to 0.3 at some point.

@codecov

codecov Bot commented Jun 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.52518% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.70%. Comparing base (16cb6e0) to head (060259e).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ext/IntiMakieExt.jl 93.52% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   84.55%   74.70%   -9.85%     
==========================================
  Files          25       25              
  Lines        4163     4298     +135     
==========================================
- Hits         3520     3211     -309     
- Misses        643     1087     +444     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maltezfaria maltezfaria marked this pull request as ready for review June 9, 2026 07:58
@maltezfaria maltezfaria merged commit 8b8dee4 into main Jun 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Directly use Makie instead of Meshes for visualization

1 participant